Welcome![Sign In][Sign Up]
Location:
Search - MFC CListCtrl

Search list

[Othermfc9_3

Description: 最近写论文用到mfc控件,这个工程里实现了如何用CImageList结合CListCtrl,在Normal模式下的列表中显示icon头像-This is a mfc project to show icon in Normal mode.
Platform: | Size: 3394560 | Author: cherryh | Hits:

[VC/MFCViewList

Description: 视图列表控件,关于在MFC下的CListCtrl类的相关调用;-View list control, on the CListCtrl under the MFC category of the call
Platform: | Size: 363520 | Author: 张航行 | Hits:

[ListView/ListBoxVirtualListControl_src

Description: 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl gets slow once you need to display lots of items. The time for both the fill and sort start to upset your users who have nothing but a flickering scroll bar to entertain them. Furthermore, if you've already got this data in an array, copying it into a list control is very wasteful. Microsoft's documentation says this can all be solved by virtual lists, but these are quite intimidating and most of the sample code is using classic 'Petzold' SDK style. This article gives some help on how to implement a virtual list control in an MFC project, and provides a demonstration application.)
Platform: | Size: 13312 | Author: LV_223 | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net